adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetFileServiceProviders Method / GetFileServiceProviders(String[]) Method
The type(s) of the providers to fetch, or a null reference (Nothing in Visual Basic) to return all providers.


In This Topic
    GetFileServiceProviders(String[]) Method
    In This Topic
    Gets all FileServiceProviders of the specified type(s)
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Overloads Function GetFileServiceProviders( _
       ByVal ParamArray providerTypes() As String _
    ) As FileServiceProviderCollection
    [NotNull()]
    public FileServiceProviderCollection GetFileServiceProviders( 
       params string[] providerTypes
    )
    [NotNull()]
    public:
    FileServiceProviderCollection^ GetFileServiceProviders( 
       ... array<String^>^ providerTypes
    ) 

    Parameters

    providerTypes
    The type(s) of the providers to fetch, or a null reference (Nothing in Visual Basic) to return all providers.
    See Also